home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr50 / vbprint.zip / VBPRINT.DEF < prev    next >
Text File  |  1993-05-07  |  887b  |  44 lines

  1. LIBRARY        VBPRINT
  2.  
  3. EXETYPE        WINDOWS
  4.  
  5. PROTMODE
  6.  
  7. CODE      PRELOAD MOVEABLE DISCARDABLE
  8. DATA      PRELOAD SINGLE
  9. SEGMENTS 'WEP_TEXT' FIXED PRELOAD
  10.  
  11. HEAPSIZE  4096
  12.  
  13. EXPORTS
  14.     WEP                     @1 RESIDENTNAME
  15.     InitializePrinter        @2
  16.     PageLayoutSetup            @3
  17.     DonePrinting            @4
  18.     StartParagraph            @5
  19.     FinishParagraph            @6
  20.     ParagraphText            @7
  21.     EjectPage                   @8
  22.     PrintHeadline            @9
  23.     PrnAbortProc            @10
  24.     PrintDLLVersion            @11
  25.     SetParagraphSpacing        @12
  26.     SetUpColumns            @13
  27.     PrintColumnText            @14
  28.     EndColumnPrinting        @15
  29.     PrintColumnHeaders        @16
  30.     KillJob                    @17
  31.     PrinterName                   @18
  32.     PrinterPort                   @19
  33.     IsPageDirty                   @20
  34.     PagePosY                   @21
  35.     PageSizeY                   @22
  36.     PagePosX                   @23
  37.     PageSizeX                   @24
  38.     DrawLine                   @25
  39.     DrawRectangle            @26
  40.     DrawRndRectangle        @27
  41.     DrawEllipse                   @28
  42.     MoveYPos                   @29
  43.  
  44.